﻿@charset "UTF-8";

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Thin.eot");
  src: url("../fonts/Gilroy-Thin-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Thin.woff2") format('woff2'),
        url("../fonts/Gilroy-Thin.woff") format('woff'),
        url("../fonts/Gilroy-Thin.bin") format('truetype'),
        url("../fonts/Gilroy-Thin.svg") format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Bold.woff2") format('woff2'),
        url("../fonts/Gilroy-Bold.woff") format('woff'),
        url("../fonts/Gilroy-Bold.bin") format('truetype'),
        url("../fonts/Gilroy-Bold.svg") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'History Pro 02';
  src: url("../fonts/HistoryPro-Two.eot");
  src: url("../fonts/HistoryPro-Two-1.eot") format('embedded-opentype'),
        url("../fonts/HistoryPro-Two.woff2") format('woff2'),
        url("../fonts/HistoryPro-Two.woff") format('woff'),
        url("../fonts/HistoryPro-Two.bin") format('truetype'),
        url("../fonts/HistoryPro-Two.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Heavy.woff2") format('woff2'),
        url("../fonts/Gilroy-Heavy.woff") format('woff'),
        url("../fonts/Gilroy-Heavy.bin") format('truetype'),
        url("../fonts/Gilroy-Heavy.svg") format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Light.woff2") format('woff2'),
        url("../fonts/Gilroy-Light.woff") format('woff'),
        url("../fonts/Gilroy-Light.bin") format('truetype'),
        url("../fonts/Gilroy-Light.svg") format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Medium.woff2") format('woff2'),
        url("../fonts/Gilroy-Medium.woff") format('woff'),
        url("../fonts/Gilroy-Medium.bin") format('truetype'),
        url("../fonts/Gilroy-Medium.svg") format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular-1.eot") format('embedded-opentype'),
        url("../fonts/Gilroy-Regular.woff2") format('woff2'),
        url("../fonts/Gilroy-Regular.woff") format('woff'),
        url("../fonts/Gilroy-Regular.bin") format('truetype'),
        url("../fonts/Gilroy-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 180%;
    margin-left: 90px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 180%;
    margin-left: 90px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.6);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 35px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 35px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.6);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 35px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 35px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: 'Gilroy', sans-serif;
  line-height: 1.2;
  font-weight: normal;
  overflow-x: hidden;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.mrm {
  margin-right: 0.5vw;
}

.grc {
  color: #858aa0;
}

.tgag {
  color: #c7cbdb;
}

.plsc {
  color: #f4f3ef;
}

.title-lg {
  font-size: 2.8vw;
  line-height: 1.2;
  /*font-size: 2.2vw;
  line-height: 1.2;*/
}

.title-mslg {
  font-size: 5.5vw;
  letter-spacing: .2vw;
}

.title-elg {
  font-size: 6.6vw;
  letter-spacing: .2vw;
}

.hp {
  font-family: "History Pro 02", sans-serif;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw4 {
  font-weight: 400;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: bold;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.gray {
  color: #747474;
  letter-spacing: 0.6px;
}

.center {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.title {
  font-size: 2.6vw;
  line-height: 1.1;
}

.title .tg {
  color: #C61111;
}

.tgg {
  display: inline-block;
  padding: 0.1vw 0.4vw;
  margin: 0.2vw 0;
  background-color: #6dd168;
  border-radius: 5px;
}

.title-lg .tg {
  color: #C61111;
}

.t-min {
  font-size: 1.95vw;
}

.t-min .tg {
  color: #C61111;
}

.t-min.tgr {
  color: #C61111;
}

.t-ss {
  font-size: 1.5vw;
}

.t-ss .tg {
  color: #C61111;
}

.t-min2 {
  font-size: 1.7vw;
}

.t-min2 .tg {
  color: #C61111;
}

.text-tg {
  color: #2188bc;
  margin-left: 1.5vw;
}

.text {
  font-size: 0.97vw;
}

.text .tg,
.text.tg {
  color: #C61111;
}

b {
  font-weight: 900;
}

.text-md {
  font-size: 1.07vw;
}

.text-md .tg {
  color: #C61111;
  font-weight: 900;
}

.tga {
  color: #C61111;
}

a.text-min {
  color: #181818;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a.text-min:hover {
  color: #ff7200;
}

.small-text {
  font-size: 0.92vw;
}

.small-text .tg {
  color: #C61111;
}

.tsm8 {
  font-size: 0.55vw;
}

.tsm {
  font-size: 0.61vw;
}

.tsm12 {
  font-size: 0.75vw;
}

.tsm13 {
  font-size: 0.85vw;
}

.tsm13 .tg {
  color: #C61111;
}

.mr1 {
  margin-right: 1vw;
}

.tnum {
  font-size: 2.9vw;
}

.tnum.tg {
  color: #C61111;
}

.text24 {
  font-size: 1vw;
}

.text24 .tg {
  color: #C61111;
}

.text24.tg {
  color: #C61111;
}

.text23 {
  font-size: 1.3vw;
}

.text23 .tg {
  color: #C61111;
}

.text23.tg {
  color: #C61111;
}

.text21 {
  font-size: 1.2vw;
}

.text21 .tg {
  color: #C61111;
}

.text21.tg {
  color: #C61111;
}

.container {
  max-width: 90vw;
  margin: 0 auto;
}

.container-min {
  max-width: 81vw;
  margin: 0 auto;
}

.container-md {
  max-width: 85vw;
  margin: 0 auto;
}

.container-mm {
  max-width: 72vw;
  margin: 0 auto;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mbs {
  margin-bottom: 0.41vw;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 6vw 0;
  position: relative;
}

.btn {
  padding: 1.3vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 8px 13px rgba(169, 148, 111, 0.49), inset 0 -4px 1px #a9946f;
  box-shadow: 0 8px 13px rgba(169, 148, 111, 0.49), inset 0 -4px 1px #a9946f;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(left, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(-240deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #C61111 0%, #f8e4b8 100%);
  position: relative;
  color: #352f23;
  width: 100%;
  box-shadow: 0 8px 13px rgb(111 169 132 / 49%), inset 0 -4px 1px #2eb838;
  text-align: center;
  background-image: linear-gradient(-240deg, rgba(255, 255, 255, 0) 0%, rgb(206 255 216 / 60%) 50%, rgb(34 205 37 / 0%) 100%), linear-gradient(to right, #00e531 0%, #55ee6f 100%);
  box-shadow: inset 0 -4px 1px 0 #850818, 0 8px 13px 0 rgba(87, 3, 14, 0.49);
  background: linear-gradient(90deg, #850818 0%, #9e0b1e 100%), linear-gradient(154deg, rgba(255, 255, 255, 0) 1.21%, rgba(212, 58, 95, 0.5) 60.67%, rgba(133, 8, 24, 0) 100%);

}

.btn span{
  color: #fff;
}

.btn b {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 400px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.btn:hover {
  -webkit-box-shadow: 0 8px 13px rgba(169, 148, 111, 0.49), inset 0 4px 1px #a9946f;
  box-shadow: 0 8px 13px rgba(169, 148, 111, 0.49), inset 0 4px 1px #a9946f;
}*/

.btn.light {
  color: #191919;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe97e), to(#fdf7ad));
  background-image: -webkit-linear-gradient(bottom, #ffe97e 0%, #fdf7ad 100%);
  background-image: -o-linear-gradient(bottom, #ffe97e 0%, #fdf7ad 100%);
  background-image: linear-gradient(to top, #ffe97e 0%, #fdf7ad 100%);
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
}

.btn.light:hover {
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
}

.btn.bord {
  border-radius: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px #a7a7a7;
  box-shadow: 0px 0px 2px #a7a7a7;
  color: #dddddd;
}

.btn.bord:hover {
  -webkit-box-shadow: 0px 0px 20px #a7a7a7;
  box-shadow: 0px 0px 20px #a7a7a7;
}

.btn.bord.bdr {
  border: 1px solid #1491d0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px #1491d0;
  box-shadow: 0px 0px 2px #1491d0;
  color: #1491d0;
}

.btn.bord.bdr:hover {
  -webkit-box-shadow: 0px 0px 20px #1491d0;
  box-shadow: 0px 0px 20px #1491d0;
}

.btn.tgr {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d80733), to(#fb5f45)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: -webkit-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -webkit-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: -o-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -o-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: linear-gradient(to top, #d80733 0%, #fb5f45 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
}

.btn.tgr:hover {
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
}

.btn.big {
  padding: 1.7vw 1vw;
}

.btn.min {
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}

.btn .cwh {
  color: #fff;
}

.btn-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tac {
  text-align: center;
}

.burger {
  width: 3.7rem;
  height: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 60%;
  height: 1px;
  border-radius: 4px;
  position: relative;
  background-color: #f8e4b8;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 140%;
  height: 1px;
  right: 0;
  background-color: #f8e4b8;
  border-radius: 4px;
}

.burger span:before {
  top: -1rem;
}

.burger span:after {
  bottom: -1rem;
}

.burger__wrap {
  text-transform: uppercase;
  color: #f4f3ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-nav {
  display: none;
}

.link {
  color: #3297ca;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #3297ca;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover:before {
  width: 40%;
}

.link.ns {
  color: #1492d0;
}

.link.ns:before {
  border-bottom: 1px solid #1492d0;
}

.link-n {
  color: #C61111;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}

.link-n:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #006ca3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link-n:hover:before {
  width: 40%;
}

input::-webkit-input-placeholder {
  color: #727272;
}

input:-ms-input-placeholder {
  color: #727272;
}

input::-ms-input-placeholder {
  color: #727272;
}

input::-moz-placeholder {
  color: #727272;
}

input::placeholder {
  color: #727272;
}

.input {
  height: 3.3vw;
  padding: 0.3vw 1vw;
  padding-left: 2vw;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
}

.input.t2 {
  background-color: #f4f3ef;
  padding-left: 1.5vw;
  border: none;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border: 1px solid #dbdad8;
  margin: 0;
  width: 100%;
  margin: 10px 0 18px;
}

.input.t3 {
  border-radius: 4px;
  height: 2.7vw;
}

.inp-min {
  width: 30.5%;
}

.inp-md {
  width: 48%;
}

.inp-big {
  width: 100%;
  margin: 0.7vw 0;
}

.input.inp-pd {
  height: 3.5vw;
  padding: 0.7vw 1.5vw;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  z-index: 18;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.7vw;
}

.arrows.t2 {
  width: 3vw;
  height: 3vw;
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.slidePrev {
  left: 3.5rem;
}

.slidePrev.t2 {
  left: -3.5vw;
}

.slidePrev.t4 {
  left: -1.5vw;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: 3.5rem;
}

.slideNext.t2 {
  right: -3.5vw;
}

.slideNext.t4 {
  right: -1.5vw;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1vw;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-label {
  width: 1.1vw;
  height: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5vw;
  border-radius: 2px;
  background-color: #f4f3ef;
}

.check-label.v2 {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.5vw;
  height: 1.5vw;
  padding: 0.2vw;
}

.check-label.v2 .check-label-act {
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
}

.check-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.check-label.min {
  width: 1vw;
  height: 1vw;
  border-radius: 2px;
}

.check .tsm12 {
  font-weight: 500;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.tgc {
  color: #5fcff2 !important;
}

.emc {
  color: #fbc855 !important;
}

.vf {
  background-color: #fff;
  padding: 2.6vw 2vw;
  -webkit-box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 4;
  position: relative;
}

.vf:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #d1d5e4;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: 1;
}

.vf-wrap {
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  position: relative;
  z-index: 5;
}

.pb {
  padding-bottom: 1.5vw;
  position: relative;
  border-bottom: 1px solid #999ca9;
}

.line-tg {
  border-bottom: 1px solid #C61111;
  width: 40%;
}

.line-tg.min {
  margin-left: auto;
  margin-right: auto;
  width: 7vw;
  border-bottom: 1px solid #cccdd4;
}

.num-text {
  font-size: 4.3vw;
  line-height: 1;
}

.pre {
  position: relative;
  z-index: 4;
}

.blc {
  color: #282828 !important;
}

.header {
  padding: 1vw 0;
  padding-bottom: 0;
  position: relative;
  z-index: 4;
}

.header__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__img {
  max-width: 9vw;
  margin-right: 1vw;
  display: inline-block;
}

.hsocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsocial__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3vw;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsocial__item {
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 0.21vw;
  border-radius: 100%;
}

.hsocial__item img {
  width: 100%;
}

.hsocial__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hsocial__item.wa:hover {
  -webkit-box-shadow: 0 0 9px rgba(71, 194, 72, 0.92);
  box-shadow: 0 0 9px rgba(71, 194, 72, 0.92);
}

.hsocial__item.vi:hover {
  -webkit-box-shadow: 0 0 9px rgba(149, 138, 202, 0.92);
  box-shadow: 0 0 9px rgba(149, 138, 202, 0.92);
}

.hsocial__item.tg:hover {
  -webkit-box-shadow: 0 0 9px rgba(85, 204, 242, 0.92);
  box-shadow: 0 0 9px rgba(85, 204, 242, 0.92);
}

.hsocial__item.ma:hover {
  -webkit-box-shadow: 0 0 9px rgba(254, 234, 134, 0.92);
  box-shadow: 0 0 9px rgba(254, 234, 134, 0.92);
}

.hsocial .tsm {
  text-align: right;
  margin-right: 0.8vw;
}

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phones-img {
  width: 1.02vw;
  margin-right: 0.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.phones-img-r {
  width: 1.02vw;
  margin-right: 0.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

.phones__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phones__block-show {
  position: relative;
  color: #006ca3;
  font-weight: 600;
}

.phones__block-show:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 101%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  border-bottom: 1px solid #006ca3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.phones__block-show:hover:before {
  width: 50%;
}

.phones__block-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phones__block-cir {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.phones__block-text {
  color: #fff;
  letter-spacing: 0.68px;
  font-weight: 500;
}

.phones__item {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phones__item:hover {
  color: #C61111;
}

.phones__item-wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  position: relative;
  z-index: 91;
  color: #fff;
}

.main__cont {
  padding: 9vw 0;
  padding-top: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__info {
  width: 36%;
}

.main-btn {
  width: 21vw;
}

.main-btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.3vw;
  margin-right: 0.5vw;
}

.main-btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-row .tg {
  margin-left: 0.6vw;
  margin-right: 0.6vw;
}

.main-select {
  position: relative;
  cursor: pointer;
  padding-right: 1.3vw;
}

.main-select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0.8vw;
  height: 0.55vw;
  background: url("../img/main/arb.png") no-repeat center;
  background-size: 100% 100%;
}

.main-select:hover:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.main-select-item {
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-select-item:hover {
  opacity: 0.8;
}

.main-select-item.act {
  display: block;
}

.main-select-item.wa {
  color: #47c248;
}

.main-select-item.vi {
  color: #958aca;
}

.main-select-item.teg {
  color: #55ccf2;
}

.main-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none;
}

.main-select-list li a {
  padding: 0.33vw 0;
  display: block;
  white-space: nowrap;
}

.main-select-list li a.noact {
  display: none;
}

.main-slider {
  width: 100%;
}

.main-slider__item {
  padding: 1vw 2.5vw;
  position: relative;
  opacity: 0.33;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-slider__item-num {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-slider__item.slick-current {
  opacity: 1;
}

.main-slider__item:before {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #858aa0;
}

.main-slider__wrap {
  position: absolute;
  right: -18vw;
  top: 43%;
  width: 46vw;
  background: rgba(40, 40, 40, 0.7);
}

.main-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  justify-content: center;
}

.main-slider__arrs {
  width: 1.2vw;
  margin: 0 2.5vw;
  margin-right: 1.7vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.main-slider__arrs:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.main__advas {
  background-color: rgba(38, 38, 44, 0.95);
  padding-top: 2vw;
  padding-bottom: 3vw;
}

.main__advas-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__advas-item {
  width: 22%;
  padding-right: 2vw;
  padding-left: 3vw;
  position: relative;
  z-index: 4;
}

.main__advas-item:before {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 7vw;
  width: 1px;
  background-color: #858aa0;
}

.main__advas-item:first-child:before,
.main__advas-item:last-child:before {
  display: none;
}

.main__advas-item:first-child {
  padding-right: 0;
  padding-left: 0;
  z-index: 6;
}

.main__advas-item .main-slider__item-num {
  line-height: 1;
}

.main__advas-item.v1 {
  width: 15%;
}

.main__advas-item.v2 {
  padding-left: 0;
  margin-left: -2.5vw;
  width: 25%;
}

.main__advas-item-video {
  position: relative;
  height: 9vw;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1vw;
}

.mai-3 {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1.5);
  -ms-transform: translate(0, -50%) scale(1.5);
  transform: translate(0, -50%) scale(1.5);
  z-index: -1;
  opacity: 1;
}

.mai-4 {
  position: absolute;
  left: 60%;
  bottom: -4.3vw;
  max-width: none;
  max-height: none;
  width: 8.9vw;
  z-index: -1;
}

.slick-slide {
  outline: none;
}

.oht {
  width: 4vw;
}

.mav {
  display: inline-block;
  width: 3vw;
}

.mav img {
  -webkit-animation: pulseicon-a 4s infinite linear;
  animation: pulseicon-a 4s infinite linear;
}

.img-a-f {
  height: 5vw;
}

.img-a-f2 {
  height: 3.4vw;
}

.nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 887;
  background-color: #2b2b33;
  opacity: 0.8;
  display: none;
}

.nav li a {
  color: #f4f3ef;
  padding: 0.5vw;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: #f2d086;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li a:hover {
  color: #f2d086;
}

.nav li a:hover:before {
  width: 12vw;
}

.nav__wrap {
  position: fixed;
  right: 0;
  width: 47%;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 65px #141415;
  box-shadow: 0 0 65px #141415;
  background-color: #2b2b33;
  background-image: -webkit-linear-gradient(315deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  background-image: -o-linear-gradient(315deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  background-image: linear-gradient(-225deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  color: #ffffff;
  z-index: 888;
  padding: 2.3vw 2vw;
  padding-right: 12vw;
  -webkit-transition: all 0.55s ease-in;
  -o-transition: all 0.55s ease-in;
  transition: all 0.55s ease-in;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}

.nav__wrap.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-block .nav-block-item {
  width: 48%;
}

.nav-block .nav-block-item.v1 {
  width: 40%;
}

.nav-block .nav-block-item .line-gr {
  width: 100%;
}

.nav__wrap .socials-item {
  border: 3px solid transparent;
}

.nav__wrap .socials-item:hover.vi {
  border: 3px solid #5b297e;
}

.nav__wrap .socials-item:hover.wa {
  border: 3px solid #47c248;
}

.nav__wrap .socials-item:hover.teg {
  border: 3px solid #55ccf2;
}

.logo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-nav .logo__img {
  max-width: 7vw;
  margin-right: 0;
}

.time-select .fancy-select {
  padding: 0;
  background-color: transparent;
}

.time-select .fancy-select .trigger {
  padding: 0;
  background-color: transparent;
  padding-right: 2vw;
  min-height: 1vw;
}

.time-select .fancy-select .trigger:after {
  border: none;
  width: 0.7vw;
  height: 0.4vw;
  background: url("../img/consult/ar.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: -0.1vw;
}

.time-select .fancy-select .trigger.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.time-select .fancy-select ul.options {
  margin-top: 0;
}

.time-select .fancy-select ul.options li {
  padding: 0.7vw 0.5vw;
}

.time-select .fancy-select ul.options li.selected,
.time-select .fancy-select ul.options li.hover {
  color: #ddc18d;
}

.time-select .fancy-select ul.options.open {
  top: 90%;
}

.idea {
  padding-top: 8vw;
  padding-bottom: 4vw;
  position: relative;
  color: #fff;
}

.idea__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.idea__info {
  width: 57%;
  position: relative;
  color: #2b2b33;
  padding: 2vw;
  padding-top: 4.5vw;
  z-index: 3;
}

.idea__advas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idea__advas-img {
  width: 3.5vw;
  height: 3.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.7vw;
}

.idea__man {
  position: absolute;
  left: 5vw;
  bottom: 0;
  width: 33vw;
}

.idea__play {
  position: absolute;
  right: 0;
  bottom: 43%;
  width: 8vw;
  height: 8vw;
  z-index: 6;
}

.psevdo-img-idea {
  position: absolute;
  left: -0.5vw;
  top: 0;
  max-width: none;
  max-height: none;
  width: 60vw;
  z-index: -1;
}

@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.ab-city_item-pulse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  height: 10vw;
  width: 10vw;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.ab-item__pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10vw;
  width: 10vw;
  border: 1px solid #fef5e1;
  border-radius: 50%;
  opacity: .3;
  -webkit-animation: animPulse 6s linear infinite;
  animation: animPulse 6s linear infinite;
}

.ab-city_item-pulse_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ab-city_item-pulse_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ab-city_item-pulse_3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ab-city_item-pulse_4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.task__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.task__num {
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
}

.task__left {
  width: 64%;
  position: relative;
  z-index: 4;
}

.task__left-be {
  position: absolute;
  left: 50%;
  top: 4%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
}

.task__left-img {
  display: block;
  position: relative;
  height: 31vw;
  padding: 2vw;
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
}

.task__left-block {
  -webkit-box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  background-color: #ffffff;
  padding: 1.4vw;
  width: 22vw;
}

.task__left-block.v2 {
  margin-left: -4vw;
  margin-bottom: 11vw;
}

.task__left-block.min {
  width: 13vw;
}

.task__left-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.task__left-info-block span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.task__left-info-block span:hover {
  opacity: 0.7;
  color: #C61111;
}

.task__left-info-img {
  width: 1.3vw;
  height: 1.3vw;
  position: relative;
  margin-right: 0.6vw;
  margin-left: 0.6vw;
  z-index: 3;
}

.task__left-info-img.lkj {
  -webkit-animation: pulse2 1.5s infinite;
  animation: pulse2 1.5s infinite;
  border-radius: 100%;
}

.task__left-info-img.v2 {
  width: 0.8vw;
  height: 0.8vw;
}

.task__left-info-img.v3 {
  width: 1.4vw;
  height: auto;
}

.task__left-info-img img {
  width: 100%;
}

.task__left-info-img .ab-city_item-pulse {
  height: 1.6vw;
  width: 1.6vw;
}

.task__left-info-img .ab-item__pulse {
  height: 1.6vw;
  width: 1.6vw;
  border: 1px solid #c8b289;
}

.task__right {
  position: relative;
  width: 30%;
}

.tga-star {
  display: inline-block;
}

.example {
  padding: 4vw 0;
}

.twentytwenty-container {
  height: 36vw;
  border-radius: 5px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}

.twentytwenty-container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.twentytwenty-wrapper {
  width: 100%;
}

.portfolio {
  position: relative;
  padding: 4vw 0;
}

.portfolio__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio__item {
  width: 49%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 17vw;
  padding: 1vw;
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  overflow: hidden;
}

.portfolio__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  opacity: 0;
  -webkit-transform: translate(70%, -70%);
  -ms-transform: translate(70%, -70%);
  transform: translate(70%, -70%);
}

.portfolio__item.big {
  height: 35vw;
}

.portfolio__item.dk {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: unset;
}

.portfolio__item.dk:before {
  display: none !important;
}

.portfolio__item.dk .main-select-list {
  background-color: rgba(38, 38, 44, 0.75);
  padding: 0.3vw;
}

.portfolio__item-hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 24;
}

.portfolio__item:hover .portfolio__item-hov {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio__item:hover .portfolio__item-cont {
  opacity: 0;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}

.portfolio__item:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.portfolio__item-block {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio__item-block.min {
  width: 25%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.portfolio__item-block.min .portfolio__item {
  width: 100%;
}

.portfolio__item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio__item-cont.v3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio__item-cont-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio-list {
  color: #858aa0;
  display: block;
}

.portfolio-list span {
  color: #e9b351;
}

.portfolio-end {
  width: 74%;
  padding: 2.5vw;
}

.portfolio__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__descr img {
  width: 1.2vw;
}

.portfolio__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__cont-wrap {
  position: relative;
}

.prf-btn {
  width: 14vw;
}

.form {
  background-color: #fff;
  padding: 2.6vw 2vw;
  width: 33vw;
  -webkit-box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 4;
  position: relative;
}

.form:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #d1d5e4;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: 1;
}

.form-wrap {
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  position: relative;
  z-index: 5;
}

.img-prc {
  position: absolute;
  width: 65vw;
  right: -23vw;
  bottom: -14vw;
  max-width: none;
  max-height: none;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.label-portf {
  position: absolute;
  width: 12vw;
  height: 12vw;
  right: -8vw;
  top: -8vw;
  padding: 2.5vw;
}

.portfolio-img {
  position: absolute;
  right: -13vw;
  width: 70vw;
  top: -13vw;
  max-width: none;
  max-height: none;
}

.price {
  padding: 3vw 0;
  padding-bottom: 5vw;
  position: relative;
  color: #ffffff;
      background-color: #2b2b35;
}

.price__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price__item {
  width: 20%;
  color: #636674;
  position: relative;
}

.price__item.v1 {
  width: 19%;
  color: #ffffff;
}

.price__item.v3 {
  width: 100%;
}

.price__item-wrap {
  width: 20%;
}

.price__item .portfolio-list {
  color: #636674;
}

.price__item .portfolio-list li:last-child {
  margin-bottom: 0;
}

.price__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__item-btns .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90%;
}

.price__advas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__advas-img {
  width: 2vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price__contact {
  width: 37vw;
  position: relative;
  color: #2b2b33;
  padding-top: 1.5vw;
  padding-bottom: 2vw;
  overflow: hidden;
  margin-right: 4vw;
}

.price__contact .pb {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}

.price__contact-block {
  width: 50%;
}

.price__contact .vf-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price__contact-wrap {
  position: absolute;
  bottom: -1vw;
  left: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vip {
  position: absolute;
  right: -3vw;
  top: -5vw;
  width: 5.5vw;
  z-index: 5;
}

.price-b-img {
  position: absolute;
  left: -2vw;
  bottom: -2.5vw;
  width: 18vw;
  max-height: none;
  max-width: none;
}

.mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mess-item {
  width: 2.5vw;
  height: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.4vw;
  padding: 0.3vw;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 1px 0 #999ca9;
  box-shadow: 0 1px 0 #999ca9;
  background-color: #d1d5e4;
  background-image: -webkit-radial-gradient(circle 31px at 59.78% 33.95%, #e5e7f1 0%, rgba(229, 231, 241, 0) 100%);
  background-image: -o-radial-gradient(circle 31px at 59.78% 33.95%, #e5e7f1 0%, rgba(229, 231, 241, 0) 100%);
  background-image: radial-gradient(circle 31px at 59.78% 33.95%, #e5e7f1 0%, rgba(229, 231, 241, 0) 100%);
  position: relative;
}

.mess-item img {
  position: relative;
  z-index: 4;
}

.mess-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  background: url("../img/price/png.png") no-repeat right bottom, -webkit-linear-gradient(236deg, rgba(248, 228, 184, 0.31) 0%, rgba(248, 228, 184, 0) 100%), -webkit-radial-gradient(circle 31px at 59.78% 33.95%, #fff6e3 0%, rgba(255, 246, 227, 0) 100%), #C61111;
  background: url("../img/price/png.png") no-repeat right bottom, -o-linear-gradient(236deg, rgba(248, 228, 184, 0.31) 0%, rgba(248, 228, 184, 0) 100%), -o-radial-gradient(circle 31px at 59.78% 33.95%, #fff6e3 0%, rgba(255, 246, 227, 0) 100%), #C61111;
  background: url("../img/price/png.png") no-repeat right bottom, linear-gradient(-146deg, rgba(248, 228, 184, 0.31) 0%, rgba(248, 228, 184, 0) 100%), radial-gradient(circle 31px at 59.78% 33.95%, #fff6e3 0%, rgba(255, 246, 227, 0) 100%), #C61111;
  background-size: 100% auto;
  -webkit-box-shadow: 0 7px 128px rgba(43, 43, 51, 0.47);
  box-shadow: 0 7px 128px rgba(43, 43, 51, 0.47);
}

.mess-item:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.step {
  padding-bottom: 2vw;
  padding-top: 4vw;
}

.step__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step__block {
  width: 52%;
  margin-right: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step__item {
  width: 47%;
  padding: 1.5vw;
  padding-top: 7vw;
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.step__item:hover {
  z-index: 11;
}

.step__item .portfolio-list {
  color: #636674;
}

.step__item .portfolio-list.pre {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.step__item-img {
  width: 16vw;
  position: absolute;
  right: 0;
  top: 0;
}

.step__item-img.v2 {
  width: 12vw;
  top: -1.5vw;
  right: -1.5vw;
}

.step__item-img.v3 {
  top: -1vw;
  right: -3vw;
}

.step__item-img.v4 {
  top: -2vw;
}

.step__tooltip {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 22;
}

.step__tooltip:hover {
  z-index: 44;
}

.step__tooltip-text {
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1vw;
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
  width: 18vw;
}

.step__tooltip:hover .step__tooltip-text {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.step__form {
  width: 22vw;
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}

.step__form .input {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border: 1px solid #dbdad8;
}

.step-four {
  position: absolute;
  top: 1.6vw;
  right: 12vw;
  width: 19vw;
}

.step-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.step-mock {
  position: absolute;
  bottom: -12vw;
  right: -7vw;
  width: 92vw;
  max-width: none;
  max-height: none;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.line-gr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #999ca9;
}

.spector {
  padding-top: 3vw;
  color: #ffffff;
}

.spector__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spector__left {
  width: 43%;
}

.spector__advas {
  color: #2b2b33;
  width: 95%;
}

.spector__advas-wrap {
  padding: 0.9vw;
  padding-right: 1.5vw;
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  background-color: #ffffff;
}

.spector__advas-scroll {
  height: 27vw;
  padding: 1.8vw;
  overflow: hidden;
  overflow-y: scroll;
}

.spector__advas-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spector__advas-item-img {
  width: 3vw;
  height: 3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spector__right {
  width: 55%;
}

.spector__right-num {
  position: relative;
}

.spector__right-block {
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  background-color: #ffffff;
  padding: 2.4vw 1.9vw;
  width: 32vw;
  color: #2b2b33;
  margin-left: 2vw;
}

.tool-sp {
  width: 1.35vw;
  height: 1.35vw;
  position: absolute;
  right: 13vw;
  top: 7vw;
  cursor: pointer;
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
  border-radius: 100%;
}

.tool-sp img {
  position: relative;
  z-index: 13;
}

.tool-sp__hov {
  -webkit-box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  box-shadow: 0 10px 40px rgba(43, 43, 51, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.9vw;
  width: 26vw;
  color: #2b2b33;
  bottom: 0.9vw;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}

.tool-sp:hover .tool-sp__hov {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.spector__advas-scroll::-webkit-scrollbar {
  width: 9px;
  border-radius: 5px;
  overflow: hidden;
}

.spector__advas-scroll::-webkit-scrollbar-button {
  display: none;
}

.spector__advas-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f4f3ef;
}

.spector__advas-scroll::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background-color: #f4f3ef;
}

.spector__advas-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
}

.team {
  position: relative;
  padding-top: 6vw;
  padding-bottom: 6vw;
  color: #ffffff;
}

.team__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.team__info {
  width: 41%;
}

.team-img {
  position: absolute;
  bottom: 0;
  left: 5vw;
  width: 47vw;
  max-width: none;
  max-height: none;
}

.spector-slider {
  width: 80%;
  color: #f4f3ef;
}

.spector-slider__wrap {
  background-color: #19191d;
  background-image: -webkit-linear-gradient(240deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  background-image: -o-linear-gradient(240deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  background-image: linear-gradient(-150deg, rgba(43, 43, 51, 0.4) 0%, rgba(43, 43, 51, 0) 100%);
  padding-left: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spector-slider__first {
  width: 16%;
  min-height: 13vw;
}

.spector-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 13vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spector-slider__item.hideb:before {
  opacity: 0;
}

.spector-slider__item-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.spector-slider__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.spector-slider__item-title {
  margin: 0.5vw;
  margin-right: 0;
  width: 100%;
}

.spector-slider__item-text {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0;
  height: 0;
  -webkit-transition: opacity,-webkit-transform  0.4s;
  transition: opacity,-webkit-transform  0.4s;
  -o-transition: opacity,transform  0.4s;
  transition: opacity,transform  0.4s;
  transition: opacity,transform  0.4s,-webkit-transform  0.4s;
}

.spector-slider__item:hover .spector-slider__item-img {
  opacity: 0;
}

.spector-slider__item:hover .spector-slider__item-head {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.spector-slider__item:hover .spector-slider__item-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
}

.spector-slider__item:hover .spector-slider__item-title {
  width: auto;
}

.brr {
  padding: 2vw;
  padding-top: 3.5vw;
  position: relative;
  z-index: 4;
}

.brr .ssal {
  margin-left: 1.4vw;
}

.brr:before {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 7vw;
  width: 1px;
  background-color: #858aa0;
}

.consult {
  padding-top: 4vw;
  position: relative;
}

.consult__title {
  padding-left: 40%;
}

.consult__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consult__left {
  width: 53%;
  padding-top: 6vw;
  position: relative;
}

.consult__form {
  width: 100%;
}

.consult__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consult__form .portfolio__form-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}

.consult__labels {
  width: 23%;
}

.consult__right {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.consult__right .phones__item {
  color: #2b2b33;
}

.consult__right .phones__item:hover {
  color: #e9b351;
}

.consult-man {
  position: absolute;
  width: 27vw;
  left: -1vw;
  top: -12vw;
  max-width: none;
  max-height: none;
}

.consult__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consult__info-left {
  width: 41%;
}

.consult__info-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consult__advas-item {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consult__advas-img {
  width: 3.1vw;
  height: 3.1vw;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-c__img {
  width: 1.3vw;
  height: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5vw;
}

.uhod {
  padding: 1vw 1.5vw;
  -webkit-box-shadow: 0 10px 20px rgba(133, 138, 160, 0.2);
  box-shadow: 0 10px 20px rgba(133, 138, 160, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  width: 14vw;
  margin-left: auto;
  margin-right: auto;
}

.socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socials-item {
  padding: 0.7vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 0.5vw;
  color: #2b2b33;
}

.socials-item__img {
  margin-left: 0.4vw;
  width: 0.86vw;
  height: 0.86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socials-item:hover.vi {
  border: 2px solid #5b297e;
}

.socials-item:hover.wa {
  border: 2px solid #47c248;
}

.socials-item:hover.teg {
  border: 2px solid #55ccf2;
}

.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.like-img {
  width: 1.7vw;
  height: 1.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1vw;
}

.ctrl {
  -webkit-box-shadow: 0 10px 20px rgba(133, 138, 160, 0.2);
  box-shadow: 0 10px 20px rgba(133, 138, 160, 0.2);
  background-color: rgba(226, 229, 241, 0.5);
  padding: 0.8vw 1.5vw;
  margin-right: 2vw;
}

.seob {
  position: relative;
  padding: 4vw 0;
}

.seob .ware__item__img {
  width: 4vw;
  height: 4vw;
}

.seob__btn {
  width: 3vw;
  height: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.seob__text {
  text-align: center;
  color: #747474;
  position: relative;
  height: 3.4vw;
  overflow: hidden;
}

.seob__text-wrap {
  padding-bottom: 2vw;
}

.seob__text.act {
  height: 3.4vw !important;
}

.seob__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.contacts {
  position: relative;
  padding-top: 4vw;
  color: #ffffff;
}

.contacts__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__item.v1 {
  width: 23%;
}

.contacts__item.v2 {
  width: 34%;
}

.contacts__item.v3 {
  width: 20%;
}

.contacts__slider {
  padding: 0.55vw 1vw;
}

.contacts__slider-item {
  height: 31vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.1vw;
  padding-bottom: 7vw;
}

.line-gr {
  margin-left: 0;
  width: 15vw;
}

.alk {
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.alk:hover {
  color: #C61111;
}

.lh2 {
  line-height: 1.25;
}

.socials-item.ctv {
  padding: 0.5vw 0.7vw;
}

.socials-item.ctv .socials-item__img {
  width: 0.8vw;
  height: 0.8vw;
}

.mess.ctv {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cont-man {
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  width: 25vw;
}

.footer {
  padding: 2vw 0;
}

.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test {
  position: relative;
}

.test__cont {
  background-color: #fff;
  padding: 3vw;
  -webkit-box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 4;
  position: relative;
}

.test__cont.ends {
  overflow: hidden;
}

.test__cont:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #d1d5e4;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: 1;
}

.test__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  position: relative;
  z-index: 5;
}

.test__quests {
  width: 63%;
}

.test__quests-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test__adv-img {
  width: 1.5vw;
  margin-right: 0.5vw;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress__item {
  border-radius: 8px;
  background-color: #e8e8e8;
  height: 0.7vw;
  width: 13%;
  position: relative;
  overflow: hidden;
}

.progress__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #C61111;
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.noTrespassingBarLineG {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
  width: 6%;
  height: 81px;
  margin-top: -19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: linear-gradient(to top, #C61111 0%, #9E0B1E 100%);
}

.to_top{
  background: #C61111;
}

.noTrespassingAnimationG {
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  -webkit-animation-name: noTrespassingAnimationG;
  animation-name: noTrespassingAnimationG;
  -webkit-animation-duration: 0.975s;
  animation-duration: 0.975s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.progress__item.active:before {
  width: 100%;
}

.progress__item.active .noTrespassingAnimationG {
  width: 120%;
}

@-webkit-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -39%;
  }
}

@keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -39%;
  }
}

.t-plus {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.7vw;
  margin: 0 2vw;
}

.quiz__next-wrap {
  position: relative;
  width: 13vw;
}

.quiz__next span{
  color: #fff;
}

.quiz__prev {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-right: 2vw;
}

.ldsh {
  color: #3ab7c2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.ldsh:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px dashed #3ab7c2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ldsh:hover:before {
  width: 50%;
}

.test-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.test-item.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-item__title,
.test-item .tsm12 {
  width: 100%;
}

.test-item__qw2 {
  width: 50%;
}

.qw2__img {
  position: absolute;
  right: -11vw;
  width: 32vw;
  bottom: -4vw;
  max-height: none;
}

.tiem {
  position: relative;
  width: 30%;
  margin: 0 1.4%;
  margin-bottom: 1.4vw;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}

.tiem:hover {
  z-index: 12;
}

.tiem.t2 {
  padding: 1vw;
  width: 100%;
}

.tiem.t3 {
  width: 22%;
}

.tiem.t9 {
  width: 100%;
  padding: 1vw;
  padding-left: 0;
  background-color: #fff;
}

.tiem-img {
  height: 8.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1vw;
  opacity: 0.5;
  border: 1px solid #dddddd;
  position: relative;
}

.tiem-img.v2 {
  height: 21vw;
}

.tqw5-block {
  width: 54%;
  margin-left: 46%;
}

.tool-test {
  right: 0.5vw;
  top: 0.5vw;
}

.tool-test .tool-sp__hov {
  padding: 0.8vw;
  width: 14vw;
  background-color: #fff;
}

.img-qw5 {
  position: absolute;
  left: -3vw;
  bottom: auto;
  width: 23vw;
  top: 50%;
  transform: translateY(-50%);
}

.img-qw5:hover {
  z-index: 23;
}

.img-qw5.v6 {
  width: 30vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0 !important;
}

.img-qw5.v6 .tool-sp {
  right: 22vw;
  top: 78%;
}

.checkbox-block-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-before-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.qw7-img {
  height: 21vw;
  border: 1px solid #dddddd;
}

.test-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.line-load {
  width: 14vw;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f3ef;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-load-it {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
}

.test-end {
  display: block;
}

.test-end__wrap {
  width: 70%;
  margin-left: 30%;
}

.img-soc-end {
  width: 1vw;
  height: 1vw;
  margin-left: 0.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ph-end {
  position: absolute;
  left: 1vw;
  bottom: 5.5vw;
  width: 20vw;
  max-width: none;
  max-height: none;
}

.end-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 61%;
  margin-left: auto;
  margin-right: auto;
}

.end-soc .end-soc-i {
  width: auto;
}

.test-end__form {
  width: 55%;
  position: relative;
  margin-left: 20%;
}

.test-end__form .input {
  font-style: italic;
}

.test-end__form .portfolio__form-check {
  white-space: nowrap;
}

.btn-end-form {
  margin-left: auto;
  margin-right: auto;
}

.btn-end-form img {
  position: absolute;
  right: -4vw;
  width: 8vw;
  top: -0.5vw;
  max-height: none;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.slick-slide {
  outline: none;
}

.end-item-test {
  width: 28vw;
  bottom: -3.2vw;
  right: -3.1vw;
}

.end-item-test img {
  width: 100%;
}

.test__cont.end {
  background: url("../img/test/endbg.png") no-repeat center, #fff;
  background-size: cover;
}

.endrt {
  line-height: 1;
}

.test-mes {
  margin-top: 3vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-bottom: 1.5vw;
  padding-top: 1vw;
}

.strd {
  position: absolute;
  right: -10vw;
  top: 7vw;
  width: 8vw;
}

.test-left-img {
  position: absolute;
  left: -4vw;
  top: 9vw;
  width: 12vw;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.test-px {
  position: absolute;
  left: 3vw;
  top: 5vw;
  width: 15vw;
  z-index: 7;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-block .small-text,
.checkbox-block .tsm13,
.checkbox-block .tsm12 {
  opacity: 0.6;
}

.checkbox-block.t2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block.t2 .checkbox-psevdo {
  margin-top: 0 !important;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block.t3 .checkbox-psevdo {
  margin-top: 0 !important;
  margin-left: -0.8vw;
  margin-right: 1.4vw;
}

.checkbox-inp {
  display: none;
}

.qw9-social {
  width: 1.58vw;
  margin-right: 0.5vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.checkbox-psevdo {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.5vw;
  height: 1.5vw;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -0.7vw;
  margin-bottom: 0.1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  margin-right: 0.5vw;
  border: 1px solid #e8e8e8;
}

.checkbox-psevdo.t3 {
  border-radius: 2px;
  margin-top: -1.5vw;
  background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 2px;
  background-color: #dddddd;
}

.checkbox-psevdo.t9 {
  margin-right: 0.5vw;
  border: 1px solid #dddddd;
}

.checkbox-psevdo-active {
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-inp:checked ~ .tiem-img {
  -webkit-box-shadow: 0 0 40px rgba(220, 191, 139, 0.1);
  box-shadow: 0 0 40px rgba(220, 191, 139, 0.1);
  border: 1px solid #e0c592;
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .small-text,
.checkbox-inp:checked ~ .checkbox-block .tsm13,
.checkbox-inp:checked ~ .checkbox-block .tsm12 {
  opacity: 1;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  border: 1px solid #e0c592;
}

.checkbox-inp:checked ~ span .qw9-social {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  background-color: #e0c592;
  opacity: 1;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #e0c592;
}

.checkbox-inp:checked ~ .checkbox-block.t2 .small-text {
  color: #4389e6;
}

.test-load {
  height: 34vw;
}

.test-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.test-name .main__name {
  bottom: 3vw;
  left: 4vw;
}

.test-name .name-2 {
  margin-right: auto;
  margin-left: -2vw;
}

.test__right {
  background-color: #ffffff;
  width: 34%;
  padding-top: 0;
  position: relative;
  z-index: 3;
  padding: 1.8vw;
  -webkit-box-shadow: inset 0 3px 20px rgba(133, 138, 160, 0.1);
  box-shadow: inset 0 3px 20px rgba(133, 138, 160, 0.1);
}

.test__right-wrap.one {
  padding-top: 3vw;
}

.one__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 4vw;
  padding-left: 4vw;
  text-align: center;
  border-bottom: 1px solid #bababa;
  padding-bottom: 2vw;
}

.owner{
  width: 200px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.one__wom {
  position: absolute;
  right: -3.5vw;
  top: -7vw;
  width: 11vw;
  max-width: none;
  max-height: none;
}

.online {
  position: absolute;
  bottom: 0.5vw;
  right: 4vw;
  padding: 0.5vw;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
}

.online .phones__block-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online .phones__block-cir {
  margin-top: 0.1vw;
}

.online-mod {
  right: 1.5vw;
  bottom: -1vw;
}

.one__ads {
  position: relative;
  padding-left: 3vw;
}

.ttgg {
  color: #93d26f;
  padding-top: 1vw;
  border-bottom: 1px solid #bababa;
}

.one__ads-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one__ads-img {
  width: 3.5vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.one__ads-center {
  padding-left: 7vw;
}

.one__ads-center.two {
  margin-bottom: 13vw;
}

.one-img {
  position: absolute;
  left: -1.2vw;
  top: -1.4vw;
  width: 15.5vw;
  max-width: none;
  max-height: none;
}

.two-img {
  position: absolute;
  left: -2vw;
  top: 2.6vw;
  width: 22vw;
  max-width: none;
  max-height: none;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: 6px;
  background-color: #e8e8e8;
  top: 29px;
  height: 10px;
}

.irs--flat .irs-bar {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
  top: 29px;
  height: 10px;
}

.irs--flat .irs-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  border: 1px solid #c7cbdb;
  background-color: #f4f3ef;
  border-radius: 100%;
  cursor: pointer;
  top: 24px;
}

.irs--flat .irs-handle:before {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 4px #ffffff;
  box-shadow: 0 0 4px #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C61111), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #C61111 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #C61111 0%, #f8e4b8 100%);
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 1.8rem;
  font-weight: 300;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -1rem;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs-single {
  display: none;
}

.test-item__info {
  width: 100%;
}

.test-item__info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.range-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.slider-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-block {
  width: 67%;
}

.qw3inp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qw3inp-wrap .text {
  white-space: nowrap;
}

.ranges-inp {
  width: 5vw;
  padding: 0.7vw;
  padding-left: 1vw !important;
  border-radius: 5px;
  height: 2.7vw;
  margin: 0 0.6vw;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9vw;
  margin-bottom: -1vw;
}

.qw2w {
  min-height: 21vw;
}

.gw2-img {
  position: absolute;
  left: -3vw;
  bottom: -7.4vw;
  width: 22vw;
  max-width: none;
  max-height: none;
}

.test__btns {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz__next {
  display: inline-block;
  margin-right: 2vw;
}

.btn-lbs {
  position: absolute;
  width: 15vw;
  height: 100%;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
}

.btn-lbs:before {
  content: "Выберие вариант ответа";
  position: absolute;
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e42a2e;
  font-size: 1vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 87%;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border-radius: 10px;
  border: 1px solid #dbdad8;
  background-color: #f4f3ef;
}

.file-text {
  padding: 1vw;
  padding-left: 1.6vw;
  color: #636674;
  font-style: italic;
}

.file-link {
  -webkit-box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  border-radius: 10px;
  background-color: #f3e9d2;
  background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-240deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 1vw 2vw;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.file-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.input-hidden {
  display: none;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}

.dark-tsm {
  border: 1px solid #e8e8e8;
  color: #262626;
  padding: 0.4vw 0.7vw;
}

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8vw;
}

.modal-min {
  width: 29vw;
}

.modal-mb {
  width: 80vw;
}

.modal-big {
  width: 51vw;
}

.modal-big2 {
  width: 55vw;
}

.modal-sm {
  width: 36vw;
}

.modal-sm .modal {
  overflow: unset;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1vw;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #f8e4b8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #6a6b76;
}

.form-wrapper {
  width: 16vw;
}

.form-wrapper__label {
  padding-left: 1.5vw;
}

.form-wrapper .fancy-select div.trigger {
  border: 1px solid #e8e8e8;
  background-color: #f8f8fa;
  color: #727272;
}

.modal-label {
  display: block;
  cursor: pointer;
}

.close-nav {
  display: block;
  right: 12vw;
  top: 1vw;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3vw 5.5vw;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1vw;
  height: 1vw;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1vw;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13vw;
  margin-left: 43%;
}

.back-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-close img {
  width: 0.9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3vw;
  width: 9vw;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5vw;
  width: 100%;
}

.mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-left {
  width: 21vw;
  padding-right: 3vw;
  margin-right: -3vw;
  margin-top: 2vw;
}

.mn-left img {
  margin-top: -7vw;
  -webkit-transform: scale(1.1) translateX(7%);
  -ms-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30vw;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5vw;
  left: -0.3vw;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1vw;
  top: -0.5vw;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1vw !important;
  padding-right: 0.5vw !important;
}

.strd-s-item {
  width: 37%;
  position: relative;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.3vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6vw;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4vw;
  margin-right: 0.6vw;
}

.bg-block {
  width: 55%;
  margin-left: 45%;
}

.chk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pdf-abs {
  position: absolute;
  left: 16vw;
  top: 4vw;
}

.phn {
  position: fixed;
  right: 2vw;
  bottom: 6vw;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 100%;
  padding: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #C61111;
  z-index: 122;
}

.phn-n {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mobs {
  display: none;
}

.social--mob {
  display: none;
}

.mth {
  display: none;
}

@media (max-width: 900px) {
  .title-lg {
    font-size: 3.2rem;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title {
    font-size: 2.6rem;
  }

  .tgg {
    padding: 0.1rem 0.4rem;
    margin: 0.2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm8 {
    font-size: 0.8rem;
  }

  .tsm {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9vw;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.2rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 0.7rem;
  }

  .mbs {
    margin-bottom: 0.41rem;
  }

  .section {
    padding: 6rem 0;
  }

  .btn {
    padding: 1.8rem 1rem;
  }

  .btn.big {
    padding: 2rem 1rem;
  }

  .btn.min {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .input {
    height: 4.5rem;
    padding: 0.3rem 1rem;
    padding-left: 2rem;
  }

  .input.t2 {
    padding-left: 1.5rem;
  }

  -box {
    cursor: pointer;
    display: block;
  }

  -line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  -label {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.2rem;
    margin-right: .5rem;
  }

  -label.v2 {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.2rem;
  }

  -label.v2 .check-label-act {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }

  -label.min {
    width: 1.4rem;
    height: 1.4rem;
  }

  .vf {
    padding: 2.6rem 2rem;
  }

  .pb {
    padding-bottom: 1.5rem;
  }

  .num-text {
    font-size: 4.3rem;
  }

  .logo__img {
    max-width: 14rem;
  }

  .header-item-wrap {
    width: 23rem;
  }

  .main-btn img {
    width: 2.5rem;
    margin-right: 0.5rem;
  }

  .main__cont {
    padding: 5rem 0;
  }

  .main-slider__wrap {
    width: 50vw;
  }

  .test__right {
    display: none !important;
    width: 0 !important;
  }

  .test__cont {
    padding: 3rem;
  }

  .test__quests {
    width: 100%;
  }

  .progress__item {
    height: 7px;
  }

  .checkbox-psevdo {
    width: 2rem;
    height: 2rem;
    padding: 0.2rem;
    margin-top: -1.2rem;
    margin-bottom: 0.1rem;
  }

  .checkbox-psevdo.t2 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo.t3 {
    border-radius: 2px;
    margin-top: -1.7rem;
  }

  .checkbox-psevdo.t9 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo-active {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }

  .tiem-img {
    height: 13.5vw;
    padding: 1rem;
  }

  .tiem {
    margin-bottom: 1.8rem;
  }

  .quiz__next-wrap {
    width: 15rem;
  }

  .btn-lbs:before {
    top: -1.5rem;
    font-size: 1.3rem;
  }

  .bgts {
    margin-bottom: -1rem;
  }

  .ranges-inp {
    width: 6rem;
    margin: 0 0.6rem;
  }

  .qw2w {
    min-height: 29vw;
  }

  .gw2-img {
    width: 28vw;
  }

  .file-text {
    padding: 1rem;
    padding-left: 1.6rem;
  }

  .file-link {
    padding: 1rem 2rem;
  }

  .tool-sp {
    width: 1.5rem;
    height: 1.5rem;
  }

  .tool-test {
    right: 0.7rem;
    top: 0.7rem;
  }

  .tool-test .tool-sp__hov {
    padding: 1rem;
    width: 15rem;
  }

  .img-qw5 {
    width: 28vw;
    transform: none;
  }

  .tiem.t9 {
    padding: 1rem;
    padding-left: 0;
  }

  .img-qw5.v6 {
    width: 40vw;
    transform: none;
  }

  .test-load {
    height: 50vw;
  }

  .line-load {
    width: 16rem;
  }

  .img-soc-end {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
  }

  .check-label {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .online {
    bottom: 0.5rem;
    right: 4rem;
    padding: 0.5rem;
  }

  .online .phones__block-cir {
    margin-top: 0.1rem;
  }

  .online-mod {
    right: 1.5rem;
    bottom: -1rem;
  }

  .ph-end {
    width: 33vw;
  }

  .nav__wrap {
    width: 74%;
    padding: 2.3rem 2rem;
    padding-right: 12%;
  }

  .logo-nav .logo__img {
    max-width: 8rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .psevdo-img-idea {
    display: none;
  }

  .idea__info {
    background-color: #fff;
  }

  .idea__info {
    padding: 3rem;
  }

  .idea__advas-img {
    width: 3.5rem;
    height: 3rem;
    margin-right: 0.7rem;
  }

  .task__left-info-img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .task__left-info-img.v3 {
    width: 1.5rem;
  }

  .task__left-block.min {
    width: 17rem;
  }

  .task__left-img {
    height: 50vw;
  }

  .task__left-block {
    width: 24rem;
    padding: 1.5rem;
  }

  .task__left-info-img.v2 {
    width: 1rem;
    height: 1rem;
  }

  .twentytwenty-container {
    height: 50vw;
  }

  .portfolio__item-block {
    width: 100%;
  }

  .portfolio__item {
    padding: 1rem;
    height: 30vw;
  }

  .portfolio__item.dk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prf-btn {
    width: 16rem;
  }

  .portfolio__item {
    height: 35vw;
  }

  .portfolio__item-block.min {
    width: 49%;
  }

  .portfolio-end {
    width: 100%;
    padding: 2rem;
  }

  .form {
    width: 57%;
  }

  .label-portf {
    width: 15rem;
    height: 15rem;
    right: -11rem;
    top: -10rem;
    padding: 2.5rem;
    padding-top: 3.5rem;
  }

  .price__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price__item.v1 {
    width: 47%;
  }

  .price__advas-img {
    width: 2rem;
    margin-right: 0.5rem;
  }

  .price__item {
    margin-bottom: 2rem;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 47%;
  }

  .price__item-wrap {
    width: 47%;
  }

  .price__item-wrap .price__item {
    width: 100%;
  }

  .price__contact-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    width: 57%;
    margin-top: 3rem;
  }

  .price__contact-wrap .price__contact {
    width: 100%;
  }

  .mess-item {
    width: 3rem;
    height: 3rem;
    padding: 0.3rem;
    margin: 0 0.5rem;
  }

  .price-b-img {
    width: 25vw;
    bottom: -5vw;
    left: -4vw;
  }

  .step__block {
    width: 90%;
  }

  .portfolio__descr img {
    width: 1.4rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .spector__advas-item-img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.7rem;
  }

  .spector__advas-wrap {
    padding: 1rem;
    padding-right: 1.5rem;
  }

  .spector__advas-scroll {
    height: 40vw;
    padding: 1rem;
  }

  .brr {
    padding: 1rem;
  }

  .spector-slider__first {
    width: 18%;
  }

  .consult__form {
    width: 100%;
  }

  .consult__left {
    width: 55%;
  }

  .time-select .fancy-select .trigger {
    padding-right: 1rem;
  }

  .time-select .fancy-select {
    font-size: 1.2rem;
  }

  .time-select .fancy-select .trigger {
    font-size: 1.2rem;
  }

  .time-select .fancy-select .trigger:after {
    width: 0.7rem;
    height: 0.4rem;
  }

  .check-label.v2 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .check-label.v2 .check-label-act {
    width: 1.1rem;
    height: 1.1rem;
  }

  .time-select .fancy-select ul.options li {
    padding: 0.7rem 0.5rem;
  }

  .socials-item {
    padding: 0.7rem;
  }

  .socials-item__img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.4rem;
  }

  .consult__info-left {
    width: 45%;
  }

  .like-img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.7rem;
  }

  .ctrl {
    padding: 0.8rem 1.5rem;
    margin: 0 1rem;
  }

  .uhod {
    padding: 1rem 1.5rem;
    width: 19rem;
    text-align: center;
  }

  .consult__advas-img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.7rem;
  }

  .seob__text {
    height: 4rem;
  }

  .contacts__slider-item {
    height: 35vw;
    padding: 1rem;
    padding-bottom: 6rem;
  }

  .contacts__slider-item .btn {
    text-align: center;
  }

  .footer {
    padding: 2rem 0;
  }

  .cont-man {
    width: 34vw;
  }

  .arrows.t2 {
    width: 3rem;
    height: 3rem;
  }

  .modal-big {
    width: 52rem;
  }

  .mn-right {
    width: 30rem;
  }

  .mn-left {
    width: 22rem;
  }

  .close-b {
    right: 1rem;
    top: 0.5rem;
  }

  .step__tooltip-text {
    width: 18rem;
  }

  .block-c__img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }

  .nav li a {
    padding: 0.5rem;
  }

  .nav li a:hover:before {
    width: 13rem;
  }

  .socials-item.ctv {
    padding: 0.5rem 0.7rem;
  }

  .socials-item.ctv .socials-item__img {
    width: 1rem;
    height: 1rem;
  }

  .modal-mb {
    width: 90vw;
  }

  .modal-min {
    width: 30rem;
  }

  .th-block {
    width: 50%;
    text-align: center;
  }

  .back-close img {
    width: 1rem;
  }

  .mts-img {
    width: 9rem;
    bottom: -3rem;
  }
}

@media (max-width: 767px) {
  .nav__wrap {
    width: 100%;
  }

  .main__info {
    width: 100%;
  }

  .main-btn {
    width: 24rem;
  }

  .main-slider__wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }

  .main__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__arrs {
    width: 2rem;
    margin: 0 1rem;
  }

  .main-slider__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__item:before {
    display: none;
  }

  .container-min {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__advas-item.v1 {
    width: 25%;
  }

  .oht {
    width: 4rem;
  }

  .main__advas-item.v2 {
    width: 30%;
  }

  .main__advas-item-video {
    height: 13vw;
  }

  .mav {
    width: 4rem;
  }

  .main__advas-item {
    width: 30%;
    margin: 1rem;
  }

  .main__advas-item br {
    display: none;
  }

  .main__advas-item:before {
    display: none;
  }

  .img-a-f {
    height: 4rem;
  }

  .img-a-f2 {
    height: 3.7rem;
  }

  .mai-4 {
    width: 6rem;
    bottom: -3rem;
  }

  .test__adv-img {
    width: 1.5rem;
    margin-right: 0.6rem;
  }

  .end-soc {
    width: 70%;
  }

  .modal-mbc__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-mbc__form {
    width: 100%;
    margin-bottom: 3rem;
  }

  .form {
    padding: 2.5rem 2rem;
  }

  .time-select .fancy-select .trigger {
    padding-right: 1.5rem;
  }

  .modal-mbc {
    padding: 3rem 1.5rem;
  }

  .modal-mbc__right {
    width: 100%;
  }

  .kvm img {
    width: 1rem;
    margin-right: 0.5rem;
  }

  .test-end__form .portfolio__form-check {
    white-space: normal;
  }

  .idea__cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .idea__info {
    width: 100%;
  }

  .idea__man {
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }

  .idea__play {
    width: 7rem;
    height: 7rem;
  }

  .ab-city_item-pulse,
  .ab-item__pulse {
    height: 8rem;
    width: 8rem;
  }

  .task__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .task__left {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }

  .task__right {
    width: 28rem;
  }

  .portfolio-img {
    z-index: -1;
  }

  .portfolio-end br {
    display: none;
  }

  .portfolio__form {
    width: 67%;
    margin-top: 7rem;
  }

  .price__contact-wrap {
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .price__contact-block {
    width: 100%;
  }

  .price-b-img {
    display: none;
  }

  .step__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step__item {
    padding: 1.5rem;
    padding-top: 7rem;
  }

  .step__item-img {
    width: 15rem;
  }

  .step__item-img.v2 {
    width: 12rem;
    top: -1.5rem;
    right: -1.5rem;
  }

  .step__item-img.v3 {
    top: -1rem;
    right: -3rem;
    width: 16rem;
  }

  .step__item-img.v4 {
    width: 15rem;
    top: -1.7rem;
  }

  .spector__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .spector__left {
    width: 100%;
  }

  .spector__right {
    width: 100%;
    margin-top: 3rem;
  }

  .spector__right-block {
    padding: 2.4rem;
    width: 100%;
  }

  .team__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team__info {
    width: 100%;
  }

  .team__info .title br {
    display: none;
  }

  .team-img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2rem;
  }

  .team {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .spector-slider__wrap {
    padding-left: 3vw;
  }

  .spector-slider__first {
    width: 22%;
  }

  .spector-slider__item {
    min-height: 20vw;
  }

  .consult__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .consult__left {
    width: 100%;
    margin-bottom: 3rem;
  }

  .consult-man {
    width: 34vw;
    top: -17vw;
  }

  .consult__right {
    width: 100%;
  }

  .consult__info-right {
    width: 47%;
  }

  .consult__info-right br {
    display: none;
  }

  .ctrl {
    width: 12rem;
  }

  .contacts__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts__item.v1,
  .contacts__item.v3 {
    width: 47%;
    margin: 1rem 1.5%;
  }

  .contacts__item.v2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 47%;
    margin-top: 3rem;
  }

  .contacts__slider-item {
    height: 47rem;
    border-radius: 2rem;
  }

  .contacts__slider {
    width: 24rem;
    padding: 1rem 1.4rem;
  }

  .slidePrev.t2 {
    left: -3rem;
  }

  .slideNext.t2 {
    right: -3rem;
  }

  .header__cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .vip {
    right: -3rem;
    top: -2rem;
    width: 5.5rem;
  }
}

@media (max-width: 567px) {
  .main-select:after {
    right: -1.2rem;
    width: 0.8rem;
    height: 0.55rem;
  }

  .title-lg {
    font-size: 2.2rem;
  }

  .title-lg br {
    display: none;
  }

  .title br {
    display: none;
  }

  .main-btn-cont .main-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 2.5rem;
  }

  .main-row {
    margin-top: 2rem;
  }

  .main__advas-item.v1 {
    width: 46%;
  }

  .main__advas-item.v2 {
    width: 46%;
  }

  .main__advas-item-video {
    height: 21vw;
  }

  .main__advas-item {
    width: 41%;
  }

  .mai-4 {
    bottom: -2rem;
  }

  .tiem {
    width: 47%;
  }

  .tiem-img {
    height: 20vw;
  }

  .test-item__info {
    width: 100%;
  }

  .gw2-img {
    display: none;
  }

  .file-wrap {
    width: 100%;
  }

  .slider-block {
    width: 100%;
  }

  .tiem.t3 {
    width: 47%;
  }

  .tool-test .tool-sp__hov {
    width: 12rem;
  }

  .tool-test .tool-sp__hov .tsm13 {
    font-size: 0.9rem;
  }

  .tqw5-block {
    width: 100%;
    margin-left: 0;
  }

  .img-qw5 {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .img-qw5 .tool-sp {
    top: 4rem;
    right: 4rem;
  }

  .img-qw5 .tool-sp__hov {
    padding: 1rem;
    width: 16rem;
  }

  .img-qw5.v6 {
    width: 15rem;
    margin-bottom: 3rem;
  }

  .test-end__wrap {
    width: 100%;
    margin-left: 0;
  }

  .end-soc {
    width: 100%;
  }

  .test-end__form {
    width: 80%;
    width: 100%;
    margin: 0;
  }

  .task__left {
    padding: 1.3rem;
  }

  .task__left-img {
    height: auto;
  }

  .task__num {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .task__left-block {
    width: 100%;
  }

  .portfolio__item,
  .portfolio__item.big,
  .portfolio__item-block.min {
    width: 100%;
    height: 64vw;
  }

  .portfolio__item-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .portfolio__cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .portfolio__item-block.mbmfs {
    height: auto !important;
  }

  .portfolio__form {
    width: 100%;
    margin-top: 2rem;
  }

  .label-portf {
    display: none;
  }

  .img-prc {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 28rem;
  }

  .price__item.v1 {
    width: 100%;
  }

  .price__item,
  .price__item-wrap {
    width: 28rem;
  }

  .price__item-wrap {
    margin-bottom: 3rem;
  }

  .mn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mn-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .modal-big {
    width: 30rem;
  }

  .close-b {
    top: 0;
    right: 0;
  }

  .mn__form-block .inp-md {
    width: 100%;
  }

  .strd-s-item.v1 {
    width: 56%;
  }

  .strd-s-item.v1:before {
    display: none;
  }

  .step__item {
    width: 28rem;
  }

  .step__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .step__form .input {
    width: 100%;
  }

  .spector .tool-sp {
    right: 12rem;
  }

  .spector .tool-sp__hov {
    padding: 1.4rem;
    width: 20rem;
  }

  .spector-slider__item {
    min-height: 38vw;
  }

  .spector-slider {
    width: 60%;
  }

  .spector-slider__first {
    width: 40%;
  }

  .consult__form-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .consult__labels {
    width: 100%;
    margin-bottom: 2rem;
  }

  .consult__labels .portfolio__form-check {
    display: inline-block;
    width: 47%;
  }

  .consult__form .portfolio__form-block {
    width: 100%;
  }

  .inp-md {
    width: 100%;
  }

  .consult__title {
    padding-left: 0;
    text-align: center;
  }

  .consult-man {
    width: 29rem;
    top: -17rem;
    left: 50%;
    -webkit-transform: translateX(-57%);
    -ms-transform: translateX(-57%);
    transform: translateX(-57%);
  }

  .consult__left {
    margin-top: 15rem;
  }

  .consult__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .consult__info-left {
    width: 100%;
  }

  .consult__info-right {
    width: 100%;
  }

  .consult__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .consult__advas-item {
    width: 47%;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .consult__advas-img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .seob__btn {
    width: 3rem;
    height: 3rem;
  }

  .contacts__item.v1 {
    width: 28rem;
  }

  .contacts__item.v2 {
    width: 28rem;
  }

  .contacts__item.v3 {
    width: 25rem;
    margin-top: 3rem;
  }

  .contacts__item.v3 br {
    display: none;
  }

  .contacts__cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts {
    padding-top: 4rem;
  }

  .footer__item {
    margin: 0.5rem;
  }

  .nbv2 .socials-item .tsm {
    display: none;
  }

  .nbv2 .socials-item .socials-item__img {
    margin-left: 0;
  }

  .nav__wrap .text23 {
    font-size: 1.2rem;
  }

  .nav__wrap .t-ss {
    font-size: 1.4rem;
  }

  .nav__wrap .text-md {
    font-size: 1.3rem;
  }

  .nav__wrap .mess-item {
    width: 2rem;
    height: 2rem;
    padding: 0.4rem;
  }

  .mobs {
    display: block;
  }

  .mobh {
    display: none;
  }

  .header-item-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .brr {
    padding-top: 2rem;
  }

  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__cont .footer__item {
    text-align: center;
  }

  .contacts .socials-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo__img {
    max-width: 10rem;
  }

  .header-item-wrap {
    width: 40%;
    margin-top: 0;
    width: 60%;
    justify-content: space-between;
  }

  .header-item-wrap .t-ss {
    font-size: 1.3rem;
  }

  .mobs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .social--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 1rem;
  }

  .test-px {
    top: 0;
    width: 11vw;
  }

  .end-soc {
    width: 81%;
    margin-left: 19%;
  }

  .task__right {
    width: 100%;
  }

  .task__left {
    padding: 0;
  }

  .task__left-img {
    min-height: 110vw;
  }

  .portfolio__form-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .portfolio__form-block .input.t2 {
    margin-bottom: 0.7rem;
  }

  .mth {
    display: block;
    margin-bottom: 1.5rem;
  }

  .price__item-wrap {
    margin-bottom: 1rem;
  }

  .price__item-wrap .tgag {
    display: none;
  }

  .spector {
    padding-top: 4rem;
  }

  .step-mock {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
  }

  .step-img-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
  }

  .spector__advas-scroll {
    height: 80vw;
  }

  .team-img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .team__cont {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .spector-slider__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spector-slider__first {
    text-align: center;
  }

  .consult {
    padding-top: 5rem;
  }

  .seob__text.act {
    height: 5rem !important;
  }

  .seob__text:before {
    display: none;
  }

  .price {
    padding: 5rem 0;
  }

  .twentytwenty-container {
    width: 100%;
    height: 56vw;
  }

  .to_top {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.5rem;
    right: 0.8rem;
  }

  .to_top:before {
    border: 0.8rem solid transparent;
    border-bottom: 1rem solid #fff;
  }

  .phn {
    right: 0.4rem;
    bottom: 5rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
    padding: 1rem;
  }
}


.contactbl{
  padding: 70px 0 30px;
  background: url(../../img/footer.jpg) center center/cover no-repeat;
}
.contactbl__form{
  width: 375px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}
.contactbl__title{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #c61111;
  margin-bottom: 16px;
}
.contactbl__input{
  margin-bottom: 16px;
}
.contactbl__input label{
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  display: block;
  margin-bottom: 8px;
}
.contactbl__input input,
.contactbl__input textarea{
  border: 1px solid #dad7d7;
  border-radius: 5px;
  padding: 11px 10px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.contactbl__btnbox{
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.contactbl__btn span{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.contactbl__bott{
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contactbl__item{}
.contactbl__item span{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  display: block;
}
.contactbl__item p{
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-top: 6px;
}
.contactbl__item p a{
  color: #fff;
}
.contactbl__soc{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactbl__soc a{
  display: block;
  width: 40px;
  margin: 0 3px;
}
.contactbl__soc a img{
  display: block;
  width: 100%;
}
.contactbl__copy{
  padding: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px){
  .contactbl{
    background: url(../../img/footer-mob.jpg) center bottom/cover no-repeat;
  }
  .contactbl__form{
    width: 100%;
    margin-bottom: 200px;
  }
  .contactbl__item{
    width: 50%;
    margin-bottom: 20px;
  }
  .contactbl__item:first-child{
    width: 100%;
  }
  .contactbl__item span,
  .contactbl__item p{
    font-size: 15px;
  }
  .contactbl__item p br{
    display: none;
  }
}


.avtobl{
  padding: 50px 0 100px;
  overflow: hidden;
  background: #FBFBFB;
}
.avtobl__box{
  margin-top: 50px;
}
.avtobl__cont{
  transform: skewY(2deg);
}
.avtobl__cont .slick-list{
  margin: 0 -10px;
  padding: 25px 0;
}
.avtobl__cont .slick-slide{
  margin: 0 10px;
}
.avtobl__cont .slick-prev,
.avtobl__cont .slick-next{
  text-indent: 9999px;
  width: 20px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  z-index: 3;
}
.avtobl__cont .slick-prev{
  left: -10px;
  background: url(../../img/prev.svg);
  background-size: 100% 100%;
/*  background-color: #fff;*/
}
.avtobl__cont .slick-next{
  right: -10px;
  background: url(../../img/next.svg);
  background-size: 100% 100%;
/*  background-color: #fff;*/
}
.avtobl__wrap{
  transform: skewY(-2deg);
  border: 1px solid #d1d5e4;
  box-shadow: 0 4px 16px 0 rgba(40, 40, 40, 0.5);
  padding: 30px 25px 20px;
}
.avtobl__item{
  width: 31%;
  transform: skewY(-2deg);
  border: 1px solid #D1D5E4;
}
.avtobl__itembox{
  padding: 25px;
  transform: skewY(2deg);
}
.avtobl__title{
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  margin-bottom: 12px;
  text-align: center;
}
.avtobl__price{
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.avtobl__image{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 210px;
  width: 100%;
}
.avtobl__more{
  text-align: center;
  padding: 10px 0;
}
.avtobl__more button{
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #747474;
  background: #fff;
  padding: 4px 15px;
  border: 1px solid #C61111;
  border-radius: 6px;
}
.avtobl__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.avtobl__info{
  padding-top: 10px;
  border-top: 1px solid #bababa;
}
.avtobl__list{
  padding-left: 0;
}
.avtobl__list li:before{
  content: "🔺";
  position: absolute;
  left: 0;
  top: 0;
}
.avtobl__list li{
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #282828;
  position: relative;
  padding-left: 25px;
}


@media (max-width: 767px){
  .avtobl__list li{
    font-size: 15px;
  }
  .avtobl__title, .avtobl__price{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .avtobl__image{
    height: 150px;
  }
  .avtobl__wrap{
    padding: 10px 25px 10px;
  }
  .avtobl{
    padding-bottom: 50px;
  }
  .main__info .text-md{
    color: #fff;
  }
}



.sidesoc{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
}
.sidesoc .footer__link{
  margin: 0 0 4px;
  padding: 8px;
  background: #fff;
  width: 40px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 767px){
  .sidesoc .footer__link{
    width: 35px;
    padding: 6px;
  }
  .fscreen__spectitlebox{
    padding: 10px 20px 8px;
  }
  .fscreen__spectitle span{
    font-size: 50px;
  }
  .fscreen__spectitle p{
    font-size: 30px;
  }
  .fscreen__advs{
    flex-direction: column;
  }
  .fscreen__adv{
    margin: 0 0 10px;
  }
}

.menu{
  width: 40px;
  cursor: pointer;
}
.menu img{
  display: block;
  width: 100%;
}
.specmenu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.9);
}
.specmenu__close{
  width: 25px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.specmenu__close img{
  display: block;
  width: 100%;
}
.specmenu__menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.specmenu__title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
}
.specmenu__line{
  display: block;
  margin: 20px 0;
  background: #C61111;
  height: 2px;
  width: 40px;
}
.specmenu__link{
  display: inline-block;
  color: #fff;
  font-size: 16px;
}




















